home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- if the member of sprite 7 = member 21 of castLib 1 then
- cursor(280)
- end if
- end
-
- on mouseLeave me
- cursor(-1)
- end
-
- on mouseDown me
- if the member of sprite 7 = member 21 of castLib 1 then
- puppetSound("down")
- set the member of sprite 6 to 9
- end if
- end
-
- on mouseUp
- if the member of sprite 7 = member 21 of castLib 1 then
- set the member of sprite 7 to 19
- puppetSound("up")
- set the visible of sprite 10 to 1
- set the movieRate of sprite 10 to 1
- set the volume of sprite 10 to 255
- end if
- end
-